home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Science / Biology / WayeCas Folder / cassette-stack 2 / background_4255.txt < prev    next >
Encoding:
Text File  |  1989-08-14  |  2.4 KB  |  116 lines

  1. -- background: 4255 from stack: in
  2. -- bmap block id: 5422
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=2 top=26 right=306 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=32 top=306 right=328 bottom=132
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: go to stack 1
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   get word 3 of BKGND field 2
  37.   if it is empty then
  38.     go to stack "cassette-stack 1"
  39.   else go to card id it of stack "cassette-stack 1"
  40. end mouseUp
  41.  
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 8003
  48. -- rect: left=142 top=307 right=329 bottom=242
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: go to stack 3
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   get word 3 of BKGND FIELD 2
  60.   if it is empty then
  61.     go to stack "cassette-stack 3"
  62.   else go to card id it of stack "cassette-stack 3"
  63.  
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 4 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=412 top=310 right=338 bottom=449
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 1013 / 1013
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Next
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   go to next card
  83. end mouseUp
  84.  
  85.  
  86. -- part 5 (button)
  87. -- low flags: 00
  88. -- high flags: 0000
  89. -- rect: left=376 top=310 right=338 bottom=413
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 1014 / 1014
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Prev
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   go to previous card
  101. end mouseUp
  102.  
  103.  
  104. -- part 6 (field)
  105. -- low flags: 00
  106. -- high flags: 0000
  107. -- rect: left=247 top=312 right=331 bottom=383
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 0
  111. -- font id: 3
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: card id
  116.